/*分页*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.form-label {
  margin-bottom: 5px;
}

.form-group {
  margin-bottom: 10px;
}

.btn-primary {
  border-color: #009944;
  background-color: #009944;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/*分页结束*/
.noData {
  text-align: center;
  font-size: 16px;
  line-height: 200px
}


/* 重置 */
* {
  font-family: "Noto Sans SC";
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page {
  width: 1600px;
  background: none;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.met-showimg {
  background: #fff;
  padding: 0;
}

.met-showimg-body {
  border: 1px solid #eee;
}

.met-product-list,
.met-showproduct.pagetype1 .met-showproduct-body {
  background-color: #fff;
  padding-top: 0;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #009944;
  border-color: #009944;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.pagination>li>a,
.pagination>li>span {
  color: #009944;
}

.met-banner .carousel-indicators li:after {
  background-color: #fff;
}

.met-show-body {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* 标题 */
.title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.title h2 {
  font-size: 30px;
  letter-spacing: 0px;
  color: #000000;
  position: relative;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.title h2::after {
  content: '';
  width: 35px;
  height: 2px;
  display: block;
  background: #0f9f4f;
  position: absolute;
  bottom: 0;
}

.title span {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #999999;
  text-transform: uppercase;
}

/* 头部 */
.header .logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .logo img {
  height: 70px;
}

.headMo {
  display: none;
}

.header .down {
  height: 0;
  width: 100%;
  background-color: rgb(253, 253, 253, 0.7);
  border-top: 1px solid #eee;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  box-sizing: content-box;
}

.header {
  position: fixed;
  width: 100%;
  /* background: #fff; */
  top: 0;
  left: 0;
  z-index: 1000;
}

.header .headbg {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

.header .page {
  display: flex;
  justify-content: space-between;
}

.header .page .nav {
  width: 85%;
  position: relative;
}

.header .page .nav ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}

.header .page .nav ul li {
  height: 100%;
  /* position: relative; */
}

.header .page .nav ul li a {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.header .page .nav ul li a.active {
  color: #009944;
}

.header .page .nav ul li .children {
  position: absolute;
  width: 100%;
  display: flex;
  width: max-content;
  height: 0;
  top: 100%;
  z-index: 100;
  overflow: hidden;
  /* background-color: rgb(253,253,253,0.6); */
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  /* border-top: 1px solid #eee; */
  left: 0;
  min-width: 1360px;
}

.header .page .nav ul li .children a {
  display: block;
  padding: 0 25px;
  display: flex;
  align-items: center;
  color: #999;
  width: max-content;
  font-size: 18px;
}

/* 关于我们 */
.part1 {
  display: flex;
  background: #fff;
  padding-top: 10px;
  background: none;
}

.part1 .left {
  width: 50%;
  overflow: hidden;
}

.part1 .left img {
  width: 100%;
  transition: all .5s ease-in-out;
}

/* .part1 .left:hover img {
  -webkit-transform: scale(1.1) rotate(-5deg);
  transform: scale(1.1) rotate(-5deg);
} */

.part1 .right {
  width: 50%;
  padding: 0 160px 0 70px;
  background-repeat: no-repeat;
  background-position-x: 75%;
  background-position-y: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.part1 .right h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #000000;
  position: relative;
  padding-bottom: 12px;
}

.part1 .right h2::after {
  content: '';
  width: 35px;
  height: 2px;
  background-color: #0f9f4f;
  display: block;
  position: absolute;
  bottom: 0;
}

.part1 .right span {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #999999;
}

.part1 .right .con {
  height: 280px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 1px;
  color: #656565;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.part1 .right a.more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 203px;
  height: 51px;
  border: 1px solid #0f9f4f;
  color: #0f9f4f;
  font-size: 17px;
  letter-spacing: 2px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

.part1 .right a.more:hover {
  background-color: #0f9f4f;
  color: #ffffff;
}

/*  */
.part2 {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-attachment: fixed;
  background-size: 100%;
}

.part5 {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-attachment: fixed;
  background-size: 100%;
}

/* .part2 img {
  width: 100%;
  height: 420px;
  transform: scale(1.1);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
} */

/* .part2:hover img {
  transform: scale(1);
} */

/* 产品展示 */
.part3 {
  /* background: url(/public/image/bg01.jpg) no-repeat; */
  padding: 55px 0;
  background-size: cover;
}

.part3 .nav {
  width: 529px;
  margin: 50px auto 50px auto;
  position: relative;
  display: flex;
  align-items: center;
}

.part3 .nav .hidden {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 52px;
}

.part3 .nav ul {
  width: max-content;
  display: flex;
  position: absolute;
}

.part3 .nav ul li {
  width: 163px;
  height: 52px;
  border: solid 1px #0f9d4e;
  font-size: 21px;
  line-height: 23px;
  color: #0f9d4e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  white-space: pre;
  overflow: hidden;
}

.part3 .nav ul li.active {
  background: #0f9d4e;
  color: #fff;
}

.part3 .nav>span {
  background: url(/public/image/icon01.png) no-repeat;
  width: 22px;
  height: 40px;
  display: block;
  background-size: contain;
  position: absolute;
}

.part3 .nav>span.prev {
  left: -55px;
  transform: rotate(180deg);
}

.part3 .nav>span.next {
  right: -55px;
}

.about3 .more {
  width: 121px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #c9c9c9;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 50px;
}

.about3 .more:hover {
  color: #009944;
  border-color: #009944;
}

.proMain {
  width: 1490px;
  margin: 0 auto;
  overflow: hidden;
  height: 470px;
  position: relative;
}

.proMain ul {
  display: flex;
  width: max-content;
  position: absolute;
}

.proMain ul li {
  margin-right: 35px;
  width: 480px;
  overflow: hidden;
}

.proMain ul li .img {
  position: relative;
  overflow: hidden;
  height: 360px;
}

.proMain ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

.proMain ul li .img .hidd {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  background: rgba(15, 159, 79, .5);
  color: #fff;
  padding: 30px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

.proMain ul li:hover .img .hidd {
  top: 0;
}

.proMain ul li .img .hidd .desc {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.proMain ul li:hover .img img {
  transform: scale(1.1);
}

.proMain ul li .img .hidd h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}

.proMain ul li .img .hidd h3::after {
  background: #fff;
}

.proMain ul li h3 {
  font-size: 21px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #000000;
  padding-top: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 65px;
}

.proMain ul li h3::after {
  position: absolute;
  content: '';
  top: 0;
  width: 37px;
  height: 3px;
  background-color: #009944;
}

.part3 .main {
  height: 600px;
}

.proList {
  position: relative;
  display: flex;
  align-items: center;
}

.proList>span {
  position: absolute;
  background: url(/public/image/icon01.png) no-repeat;
  width: 22px;
  display: block;
  height: 55px;
  top: 140px;
}

.proList>span.prev {
  transform: rotate(180deg);
}

.proList>span.next {
  right: 0;
}

.met-product-list ul {
  margin: 0;
}

/* 荣誉资质 */
.part4 {
  background: url(/public/image/bg02.png) no-repeat;
  padding: 55px 0;
}

#honor {
  margin-top: 50px;
}

#honor ul li {
  overflow: hidden;
}

#honor ul li .img {
  padding: 20px;
  height: 283px;
  background: #fff;
  margin-bottom: 35px;
}

#honor ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#honor ul li .img::after {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.2) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
  width: 30%;
}

#honor ul li:hover .img::after {
  transition: 1.5s ease all;
  left: 175%;
}

#honor ul li h3 {
  text-align: center;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #000000;
}

#honor ul li:hover h3 {
  color: #0f9d4e;
}

.part4 .but {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 140px;
}

.part4 .but span {
  background: url(/public/image/icon02.png) no-repeat right center;
  width: 60px;
  height: 40px;
  display: block;
}

.part4 .but span.prev {
  transform: rotate(180deg);
  border-left: 1px solid #bdbdbd;
}

/* 新闻资讯 */
.part6 {
  padding: 55px 0;
  background: #fff;
  /* background: url(/public/image/bg06.png); */
  background: none;
}

.par6_main {
  margin-top: 50px;
}

.par6_main ul li {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.newsList {
  width: 1350px;
  margin: 0 auto;
}


.par6_main ul li .left {
  width: 46%;
}

.par6_main ul li .right {
  width: 46%;
}

.par6_main ul li .left .img {
  height: 298px;
  margin-left: 90px;
  overflow: hidden;
}

.par6_main ul li .left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

.par6_main ul li .left .img:hover img {
  transform: scale(1.1);
}

.par6_main ul li .left .bot {
  margin-top: 35px;
  display: flex;
}

.par6_main ul li .left .bot .time {
  font-size: 25px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #404040;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  width: 65px;
  margin-right: 25px;
}

.par6_main ul li .left .bot .time span {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #999999;
}

.par6_main ul li .left .bot .con {
  flex: 1;
}

.par6_main ul li .left .bot .con:hover h3 a {
  color: #009944;
}

.par6_main ul li .left .bot .con h3 a {
  font-size: 19px;
  line-height: 23px;
  letter-spacing: -2px;
  color: #545454;
}

.par6_main ul li .left .bot .con .desc {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  margin-top: 15px;
  margin-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}



.par6_main ul li .left .bot .con a.more {
  width: 121px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #c9c9c9;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
}

.par6_main ul li .left .bot .con a.more:hover {
  color: #009944;
}

.par6_main ul li .right .list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 50px;
  transition: transform .5s;
}

.par6_main ul li .right .list:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.par6_main ul li .right .list .time {
  font-size: 25px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #404040;
  width: 65px;
  margin-right: 45px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

.par6_main ul li .right .list .time span {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #999999;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

.par6_main ul li .right .list .con {
  flex: 1;
}

.par6_main ul li .right .list .con h3 a {
  font-size: 19px;
  line-height: 23px;
  color: #545454;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

.par6_main ul li .right .list .con .desc {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  margin-top: 10px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

.par6_main ul li .right .list:hover .time,
.par6_main ul li .right .list:hover .time span,
.par6_main ul li .right .list:hover .con h3 a,
.par6_main ul li .right .list:hover .con .desc {
  color: #009944;
}

.par6_main ul li .right .list:hover {
  /* box-shadow: 0 0 7px rgb(102 102 102 / 35%); */
  /* transform: translate(0, -10px); */
}

.par6_main {
  display: flex;
  align-items: center;
  position: relative;
}

.par6_main .but {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.par6_main .but span {
  width: 28px;
  height: 48px;
  background: url(/public/image/icon03.png) no-repeat;
  display: block;
}

.par6_main .but span.prev {
  transform: rotate(180deg);

}

/* 底部信息 */
.footer {
  padding-bottom: 20px;
  padding-top: 20px;
  background: #fff;
  border-top: 1px solid #009944;
}

.footer .page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .logo {
  width: 15%;
  border-right: 1px solid #999;
}

.footer .logo img {
  max-width: 90%;
}

.footer .nav {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.footer .ewm {
  width: 22%;
}

.footer .ewm .ewmMain {
  display: flex;
  justify-content: space-between;
}

.footer .nav h2 {
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #545454;
}

.footer .nav li a {
  font-size: 14px;
  letter-spacing: 0px;
  color: #aaaaaa;
}

.footer .ewm h2 {
  font-size: 19px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #545454;
}

.footer .ewm p {
  font-size: 14px;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 10px;
  display: block;
}

.ewmMain span {
  text-align: center;
}

/* 版权 */
.copyright {
  background: #009944;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans SC";
  font-weight: 300;
}

.copyright a {
  color: #fff;
}

/* 内页栏目样式一 */
.aboutNav {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  position: fixed;
  right: 50px;
  z-index: 100;
  top: 400px;
}

.aboutNav ul {
  display: flex;
  flex-direction: column;
}

.aboutNav ul li {
  width: 8px;
  height: 8px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  margin: 5px 0;
  border-radius: 50%;
  opacity: .2;
  background-color: #000;
}


.aboutNav ul li.active {
  background-color: #009944;
  opacity: 1;
}

.aboutNav ul li.active a {
  color: #fff;
}

.aboutNav.active {
  position: fixed;
  top: 118px;
  margin: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}

.aboutNav.active ul {
  justify-content: flex-end;
}

.aboutNav.active ul li {
  width: max-content;
  padding: 0 30px;
  height: 50px;
  margin: 0 20px;
}

.aboutNav.active ul li a {
  font-size: 20px;
}

/* 内页栏目样式二 */
.showNav {
  padding-bottom: 30px;
}

.showNav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.showNav ul li {
  padding-right: 35px;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 35px;
}

.showNav ul li::after {
  content: '';
  width: 1px;
  height: 35px;
  background: #999;
  position: absolute;
  right: 0;
}

.showNav ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.showNav ul li:last-child::after {
  display: none;
}

.showNav ul li a {
  padding: 8px 20px;
  display: block;
  color: #009944;
  border: 1px solid #009944;
  width: max-content;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 3px;
}

.showNav ul li.active a {
  background: #009944;
  color: #fff;
}

/*  */
.showAbout {
  padding-top: 90px;
}

.about1 {
  padding-bottom: 40px;
}


.about1 .page::after {
  content: "";
  display: block;
  clear: both;
}

.about1 .left {
  font-size: 16px;
  letter-spacing: 1px;
  color: #656565;
  text-indent: 2em;
  line-height: 27px;
}

.about1 .right {
  width: 45%;
  float: right;
  margin-left: 100px;
}

.about1 .right img {
  max-width: 100%;
}

.about1 .title {
  margin-bottom: 30px;
  align-items: baseline;
}

.showAbout .title h2 {
  font-size: 36px;
  line-height: 23px;
  letter-spacing: 2px;
  color: #009944;
  margin: 0;
  padding: 0;
  line-height: normal;
  font-weight: 500;
}

.showAbout .title h2::after {
  display: none;
}

.showAbout .title span {
  width: 100%;
  font-size: 24px;
  line-height: 23px;
  letter-spacing: 2px;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about1 .title span>i {
  flex: 1;
  height: 1px;
  background: #009944;
}

.about1 .left .con {}

.about2 {
  padding-top: 50px;
}

.about2 .main {
  margin-top: 45px;
}

.about2 .main ul {
  display: flex;
}

.about2 .main ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 1;
}

.about2 .main ul li>p {
  width: 100%;
}

.about2 .main ul li img {
  width: 100%;
}

.about2 .main ul li>h3 {
  position: absolute;
  font-size: 36px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #000000;
}

.about2 .main ul li .hide {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 153, 68, 0.6);
  top: -100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  padding: 0 20px;
}

.about2 .main ul li .hide h3 {
  font-size: 36px;
  color: #fff;
  padding-bottom: 50px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.about2 .main ul li .hide .desc {
  text-align: center;
}

.about2 .main ul li .hide h3::after {
  content: '';
  display: block;
  background: #fff;
  width: 90px;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.about2 .main ul li:hover .hide {
  top: 0;
}

.about2 .main ul li:hover>h3 {
  display: none;
}

.about3 {
  background: url(/public/image/bg05.jpg);
  background-attachment: fixed;
  padding: 90px 0;
}

.about3 .main {
  margin-top: 90px;
}

.about3 .main ul {
  display: flex;
  padding-left: 60px;
}

.about3 .main ul:nth-child(2) {
  padding-left: 310px;
  border-top: 1px solid #c4c4c4;
}

.about3 .main ul li {
  height: 240px;
  border-left: 1px solid #000;
  width: 495px;
  padding-left: 30px;
  position: relative;
  padding-right: 50px;
}

.about3 .main ul li:last-child {
  flex: 1;
}

.about3 .main ul li::after {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  position: absolute;
  background: #009944;
  bottom: -9px;
  left: -9px;
}

.about3 .main ul li a {
  color: #333;
}

.about3 .main ul:nth-child(2) li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

}

.about3 .main ul:nth-child(2) li::after {
  top: -9px;
  bottom: auto;
}

.about3 .main ul:nth-child(2) li:last-child {
  flex: 1;
  padding-right: 30px;
}

.about3 .main ul li h3 {
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #009944;
  margin-bottom: 10px;
}

.about3 .main ul li .desc {
  font-size: 15px;
  letter-spacing: 1px;
  color: #000000;
}

.about4 {
  padding-top: 90px;
  padding-bottom: 30px;
}

.about4 .main {
  padding-top: 95px;
  background-repeat: no-repeat;
  background-position: center;
}

.about4 .main ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about4 .main ul li {
  width: calc(50% - 275px);
  margin-right: 275px;
  display: flex;
  margin-bottom: 75px;
  padding-bottom: 75px;
  position: relative;
}

.about4 .main ul li::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 348px;
  height: 1px;
  background: #009944;
}

.about4 .main ul li:nth-child(2)::after {
  right: auto;
  left: 0;
}

.about4 .main ul li:nth-child(2n) {
  margin-right: 0;
  margin-left: 275px;
}

.about4 .main ul li:nth-last-child(-n+2) {
  margin-bottom: 0;
  padding-bottom: 0;
}

.about4 .main ul li:nth-last-child(-n+2)::after {
  display: none;
}

.about4 .main ul li .icon {
  margin-right: 20px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e70618;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about4 .main ul li .icon img {
  transition: 1s ease all;
}

.about4 .main ul li .con {
  flex: 1;
}

.met-img {
  padding-top: 0;
}

.about4 .main ul li .con h3 {
  font-size: 25px;
  line-height: 23px;
  letter-spacing: 2px;
  color: #000000;
  margin-bottom: 25px;
  font-weight: bold;
}

.about4 .main ul li .con h3:hover a {
  color: #009944;
}

.about4 .main ul li .con .desc {
  font-size: 15px;
  line-height: 25px;
  color: #000;
  letter-spacing: 1px;
  color: #000000;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.about4 .main ul li .con .more {
  width: 121px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #c9c9c9;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 20px;
}

.about4 .main ul li .con .more:hover {
  color: #009944;
  border-color: #009944;
}

.about4 .main ul li:hover .icon img {
  transform: rotateY(360deg);
}

/* 新闻列表页 */
.metNews>.page>ul>li {
  display: flex;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
  -webkit-transition: .5s;
}

.metNews>.page>ul>li .img {
  width: 360px;
  height: 210px;
  overflow: hidden;
}

.metNews>.page>ul>li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: .5s;
}

.metNews>.page>ul>li .con {
  margin-left: 50px;
  -webkit-transition: .5s;
  flex: 1;
}

.metNews>.page>ul>li .con h3 {
  position: relative;
  padding-bottom: 18px;
  -webkit-transition: .5s;
}

.metNews>.page>ul>li .con h3 a {
  font-size: 20px;
  -webkit-transition: .5s;
}

.metNews>.page>ul>li .con h3::after {
  content: '';
  width: 26px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #ccc;
  position: absolute;
}


.metNews>.page>ul>li .con .desc {
  margin: 25px 0 30px 0;
  font-size: 14px;
  color: #929292;
  line-height: 24px;
  height: 47px;
  overflow: hidden;
}

.metNews>.page>ul>li:hover img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}

.metNews>.page>ul>li:hover .con {
  margin-left: 55px;
}

.metNews>.page>ul>li:hover h3 a {
  color: #009944;
}

/* 产品列表页 */
.met-product-list .page {
  display: flex;
  justify-content: space-between;
}

.met-product-list .proNav {
  width: 200px;
}

.met-product-list .proShow {
  flex: 1;
  padding-left: 50px;
}

.met-product-list .proNav ul li {
  background: #eeeeee;
  margin-bottom: 5px;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.met-product-list .proNav ul li a {
  color: #333;
}

.met-product-list .proNav ul li.active {
  background-color: #009944;
}

.met-product-list .proNav ul li.active a {
  color: #fff;
}

.met-product-list .proShow>ul {
  display: flex;
  flex-wrap: wrap;
}

.met-product-list .proShow>ul li {
  width: 24%;
  margin-right: 1.2%;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  transition: transform .5s;
}

.met-product-list .proShow>ul li:nth-child(4n) {
  margin-right: 0;
}

.met-product-list .proShow>ul li .img {
  width: 100%;
  height: 242px;
  overflow: hidden;
}

.met-product-list .proShow>ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}

.met-product-list .proShow>ul li h3 {
  font-size: 18px;
  line-height: 50px;
}

.met-product-list .proShow>ul li h3 a {
  color: #333;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.met-product-list .proShow>ul li:hover {
  box-shadow: 0 0 7px rgb(102 102 102 / 35%);
}

.met-product-list .proShow>ul li:hover .img img {
  transform: scale(1.1);
}

/* 产品详情页 */
.pull-lg-right {
  border: 1px solid #ddd;
}

.col-lg-3 {
  width: 23%;
  border: 1px solid #ddd;
}

/* 图片列表页 */
.met-img {
  background-color: #fff;
}

.imgShow>ul {
  display: flex;
  flex-wrap: wrap;
}

.imgShow>ul li {
  width: 19%;
  margin-right: 1.25%;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  transition: transform .5s;
}

.imgShow>ul li:nth-child(5n) {
  margin-right: 0;
}

.imgShow>ul li .img {
  width: 100%;
  height: 212px;
  overflow: hidden;
}

.imgShow>ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}

.imgShow>ul li h3 {
  font-size: 16px;
  line-height: 40px;
}

.imgShow>ul li h3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #333;
}

.imgShow>ul li:hover {
  box-shadow: 0 0 7px rgb(102 102 102 / 35%);
}

.imgShow>ul li:hover .img img {
  transform: scale(1.1);
}

/* 图片详情页 */
.met-showimg {
  padding: 30px 0;
  padding-top: 0;
}

/* .met-showimg .met-showimg-body {
  padding: 30px;
} */

.met-showimg .met-showimg-body .showTitle {
  font-size: 14px;
  padding: 30px;
  border-bottom: 1px solid #eee;
}

.met-showimg .met-showimg-body .showTitle h3 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 300;
}

.met-showimg .met-showimg-body .met-showimg-list {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 30px;
}

.met-showimg .met-showimg-body .met-showimg-cont {
  padding: 10px;
}

.met-showimg .met-showimg-body .met-showimg-cont img {
  max-width: 100%;
}

.met-showimg .met-showimg-body .met-showimg-list img {
  max-width: 100%;
}

.met-showimg .met-showimg-body .met-showimg-list ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 招聘列表页 */
.metJob {
  padding-bottom: 30px;
}

.metJob .page>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.metJob .page>ul li {
  width: 48%;
  display: flex;
  border: 1px solid #eee;
  transition: box-shadow .5s;
}

.metJob .page>ul li .img {
  width: 30%;
}

.metJob .page>ul li .img img {
  width: 100%;
}

.metJob .page>ul li .con {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.metJob .page>ul li .con h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.metJob .page>ul li .con h3 a {
  color: #000;
}

.metJob .page>ul li:hover {
  box-shadow: 0 0 7px rgb(102 102 102 / 35%);
}



#pcBanner.swiper-container,
#pcBanner .swiper-wrapper {
  z-index: 0;
}

#pcBanner ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#pcBanner p {
  font-size: 50px;
  color: #fff;
  position: absolute;
  z-index: 100;
  font-weight: bold;
}

#pcBanner img {
  width: 100%;
}

#moBanner {
  display: none;
}

.met-showproduct.pagetype1 .met-showproduct-head .product-intro p.description {
  margin-top: 30px;
  font-size: 15px;
}

.met-showproduct-head .product-para,
.product-detail .met-editor .product-para,
.pull-lg-right {
  border: none;
}

.swiper-pagination-bullet-active {
  background: #009944;
}

.nav-tabs-line .nav-item.open .nav-link,
.nav-tabs-line .nav-item.open .nav-link:focus,
.nav-tabs-line .nav-item.open .nav-link:hover,
.nav-tabs-line .nav-link.active,
.nav-tabs-line .nav-link.active:focus,
.nav-tabs-line .nav-link.active:hover {
  color: #009944;
  border-bottom: 2px solid #009944;
}

.crumbs {
  font-size: 16px;
  padding: 30px 0;
  color: #adadad;
}

.crumbs a {
  /* color: #000; */
  color: #adadad;
}

.crumbs .page {
  display: flex;
  align-items: center;
}

.crumbs ul {
  display: flex;
}

.crumbs ul li i {
  margin: 0 10px;
}

/* 1600以下 */
@media (max-width:1600px) {
  .page {
    width: 1200px;
  }


  .part1 .left {
    width: 45%;
  }

  .part1 .right {
    width: 55%;
    padding-right: 50px;
  }

  .part3 .main {
    height: 320px;
  }

  .proMain {
    width: 1000px;
    height: 320px;
  }

  .part3 .nav {
    margin: 50px auto;
  }

  .proMain ul li {
    width: 325px;
    margin-right: 12.5px;
  }

  .proMain ul li .img {
    height: 243px;
  }

  .proMain ul li h3 {
    margin-top: 30px;
  }

  .proMain ul li .img .hidd {
    padding: 20px;
  }

  #honor {
    margin-top: 50px;
  }

  .proList>span {
    top: 100px;
  }

  .part1 .right .con {
    margin-bottom: 20px;
    line-height: 25px;
    height: 200px;
  }

  .part1 .right a.more {
    font-size: 16px;
    width: 130px;
    height: 35px;
  }

  .footer .logo {
    width: 12%;
  }

  #honor ul li .img {
    height: 212px;
  }

  .part4 .but {
    margin-top: 80px;
  }

  .newsList {
    width: 1100px;
  }

  .par6_main ul li .right .list {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .par6_main ul li .left .img {
    height: 235px;
  }

  .footer .ewm {
    width: 20%;
  }

  .footer .ewm {
    width: 27%;
  }

  .about1 {
    background: none;
  }

  /* .about1 .left {
    width: 55%;
  } */

  .about1 .right {
    width: 43%;
    margin-left: 30px;
  }

  .about1 .page {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
  }

  .showAbout .title h2 {
    font-size: 35px;
  }

  .about1 .left .con {
    padding-right: 20px;
    margin-top: 20px;
    line-height: 30px;
  }

  .showAbout {
    padding-top: 50px;
  }

  .showAbout .title span {
    font-size: 20px;
  }

  .about3 .main ul li {
    width: 350px;
    padding-right: 20px;
    height: 200px;
  }

  .about3 .main ul:nth-child(2) {
    padding-left: 230px;
  }

  .about4 .main {
    background-size: 400px;
  }

  .about4 .main ul li {
    width: calc(50% - 200px);
    margin-right: 200px;
  }

  .about4 .main ul li:nth-child(2n) {
    margin-left: 200px;
  }

  .about4 .main ul li .icon {
    width: 80px;
    height: 80px;
  }

  .about4 .main ul li .icon img {
    width: 60%;
  }

  .met-product-list .proShow {
    padding-left: 20px;
  }

  .met-product-list .proNav {
    width: 180px;
  }

  .met-product-list .proNav ul li {
    height: 60px;
  }

  .met-product-list .proShow>ul li .img {
    height: 158px;
  }

  .met-product-list .proShow>ul li h3 {
    font-size: 16px;
  }

  .imgShow>ul li .img {
    height: 150px;
  }

  /* .metNews .page>ul li .img {
    height: 218px;
  }

  .metNews .page>ul li .con {
    padding: 20px 10px;
  } */

  .about2 .main ul li .hide h3,
  .about2 .main ul li>h3 {
    font-size: 25px;
  }

  .about2 .main ul li .hide h3 {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }

  #pcBanner p {
    font-size: 40px;
    font-weight: 500;
  }

}

@media (max-width:1200px) {
  .page {
    width: 1000px;
  }

  .about3 .main.pc {
    display: none;
  }

  .about3 .main.mo {
    display: block;
  }

  .part1 .left {
    width: 50%;
  }

  .part1 .right h2 {
    font-size: 25px;
  }

  .part1 .right {
    width: 50%;
    padding: 0 50px 0 30px;
  }

  .part1 .right a.more {
    width: 170px;
    height: 40px;
  }

  .part1 .right .con {
    margin-bottom: 50px;
    -webkit-line-clamp: 5;
    height: 125px;
  }

  .proMain {
    width: 800px;
    height: 358px;
  }

  .proMain ul li {
    width: 380px;
    margin-right: 20px;
  }

  .par6_main ul li {
    flex-direction: column;
  }

  .newsList {
    width: 900px;
  }

  .par6_main ul li .left,
  .par6_main ul li .right {
    width: 100%;
  }

  .proMain ul li .img {
    height: 285px;
  }

  .part3 .main {
    height: 358px;
  }

  #honor ul li .img {
    height: 237px;
  }

  .about1 .page {
    /* flex-direction: column; */
  }

  .about1 .left {
    width: 100%;
  }

  .about1 .right {
    display: none;
  }

  .about3 .main {
    margin-top: 50px;
  }

  .about3 .main ul li {
    width: 300px;
  }

  .about4 .main {
    background-size: 350px;
    padding-top: 50px;
  }

  .about3 .main ul {
    padding-left: 0;
  }

  .about3 .main ul:nth-child(2) {
    padding-left: 150px;
  }

  .about3 .main ul li h3 {
    font-size: 20px;
  }

  .showAbout .title h2 {
    font-size: 30px;
  }

  .about3 .main ul li .desc {
    font-size: 14px;
  }

  .about4 .main ul li .con h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .about4 .main ul li .con .desc {
    font-size: 14px;
  }

  .about4 .main ul li {
    width: calc(50% - 130px);
    margin-right: 130px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }

  .about4 .main ul li:nth-child(2n) {
    margin-left: 130px;
  }

  .about4 .main ul li:nth-child(2)::after,
  .about4 .main ul li::after {
    display: none;
  }

  .header .page .nav ul li a {
    font-size: 18px;
  }

  .met-product-list .proShow>ul li {
    width: 32%;
    margin-right: 2%;
  }

  .met-product-list .proShow>ul li:nth-child(4n) {
    margin-right: 2%;
  }

  .met-product-list .proShow>ul li:nth-child(3n) {
    margin-right: 0;
  }

  .met-product-list .proShow>ul li .img {
    height: 190px;
  }

  .imgShow>ul li {
    width: 24%;
    margin-right: 1.3%;
  }

  .imgShow>ul li:nth-child(5n) {
    margin-right: 1.3%;
  }

  .imgShow>ul li:nth-child(4n) {
    margin-right: 0;
  }

  .imgShow>ul li .img {
    height: 167px;
  }

  .metNews>.page>ul>li .img {
    width: 300px;
    height: 170px;
  }

  .metNews>.page>ul>li .con h3 {
    padding-bottom: 10px;
  }

  .metNews>.page>ul>li .con h3 a {
    font-size: 18px;
  }

  .metNews>.page>ul>li .con .desc {
    margin: 15px;
  }

  .showNav ul li a {
    font-size: 18px;
    padding: 10px 30px;
  }

  .about3 {
    padding: 30px 0;
  }

  .about3 .main {
    margin-top: 20px;
  }

  .about3 .main ul {
    width: 100%;
    flex-direction: column;
  }

  .about3 .main ul li {
    width: 100%;
  }

  .about3 .main ul li {
    height: max-content;
    margin-top: 8px;
    padding-bottom: 30px;
  }

  .about3 .main ul li h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
  }

  .about3 .main ul li .desc {
    font-size: 12px;
  }

  .about3 .main ul li::after {
    width: 16px;
    height: 16px;
  }

  .about3 .main ul:nth-child(2) {
    padding: 0;
    border: none;
  }

  .about3 .main ul:nth-child(2) li {
    justify-content: end;
  }

  .about3 .main ul:nth-child(2) li::after {
    bottom: -9px;
    left: -9px;
    top: auto;
  }

  .aboutNav {
    right: 10px;
  }
}

@media (max-width:1000px) {
  .page {
    width: 700px;
  }

  #pcBanner p {
    display: none;
  }

  .part1 .left {
    display: none;
  }

  .part1 .right {
    width: 700px;
    padding: 40px 0;
    margin: 0 auto;
    background-size: 300px;
    background-position: right bottom;
  }

  .proMain {
    width: 600px;
  }

  .proMain ul li {
    width: 290px;
    margin-right: 10px;
  }

  .proMain ul li .img {
    height: 217px;
  }

  .part3 .nav ul li {
    font-size: 18px;
  }

  .part3 .nav ul li {
    width: 150px;
    height: 50px;
  }

  .part3 .nav {
    width: 490px;
  }

  .proMain ul li h3 {
    font-size: 18px;
  }

  .proMain ul li .img .hidd .desc {
    font-size: 14px;
  }

  #honor ul li .img {
    height: 250px;
  }

  .newsList {
    width: 600px;
  }

  .footer .page {
    flex-direction: column;
  }

  .footer .logo,
  .footer .nav,
  .footer .ewm {
    width: 100%;
  }

  .footer .logo {
    border-right: none;
    text-align: center;
    margin-bottom: 30px;
  }

  .footer .ewm .ewmMain {
    justify-content: end;
  }

  .footer .ewm .ewmMain span {
    margin-right: 20px;
  }

  .footer .ewm .ewmMain span:last-child {
    margin-right: 0;
  }

  .met-product-list .page {
    flex-direction: column;
  }

  .met-product-list .proShow {
    padding: 0;
    margin: 0;
  }

  .met-product-list .proNav {
    width: 100%;
  }

  .met-product-list .proNav ul {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
  }

  .met-product-list .proNav ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
  }

  .met-product-list .proNav ul li:nth-child(3n) {
    margin-right: 0;
  }

  .met-product-list .proShow>ul li .img {
    height: 165px;
  }

  .metNews>.page>ul>li .img {
    display: none;
  }

  .metNews>.page>ul>li .con {
    margin-left: 0;
  }

  .metNews>.page>ul>li:hover {
    box-shadow: 0 26px 50px -6px rgb(97 105 113 / 30%);
  }

  .metNews>.page>ul>li:hover .con {
    margin: 0;
  }
}

.mo {
  display: none;
}

@media (max-width:750px) {
  .page {
    width: auto;
    padding: 0 10px;
  }

  .mo {
    display: block;
  }

  .pc {
    display: none;
  }

  main {
    overflow: hidden;
  }

  .header {
    display: none;
  }

  .headMo {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 10px 0;
    background: #fff;
  }

  .headMo .page {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .headMo .logo img {
    max-height: 100%;
    max-height: 40px;
  }

  .part1 {
    width: auto;
    padding: 0 20px;
  }

  .part3 .nav>span.next,
  .part3 .nav>span.prev {
    display: none;
  }

  .part3 .nav {
    width: auto;
    padding: 0 20px;
  }

  .part3 .nav>span.next,
  .part3 .nav>span.prev {
    display: none;
  }

  .proMain,
  .part3 .main {
    width: 100%;
    height: auto;
    height: 380px;
  }

  .proMain ul {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    position: inherit;
  }

  .proMain ul li {
    width: 49%;
    margin: 0;
    margin-bottom: 20px;
  }

  .part3 .nav .hidden {
    height: auto;
  }

  .part3 .nav ul {
    position: inherit;
  }

  .part3 .nav ul li {
    font-size: 12px;
    height: 30px;
    justify-content: end;
  }

  .proMain ul li .img {
    height: 130px;
  }

  .proList>span {
    display: none;
  }

  .proMain ul li h3 {
    font-size: 14px;
    padding-top: 10px;
    margin-top: 10px;
  }

  .proMain ul li h3::after {
    height: 1px;
  }

  .proMain ul li .img .hidd {
    display: none;
  }

  .part1 .right h2 {
    font-size: 18px;
    padding-bottom: 5px;
  }

  .part1 .right h2::after {
    width: 25px;
    height: 1px;
  }

  .part1 .right .con {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 25px;
  }

  .part1 .right a.more {
    width: max-content;
    height: max-content;
    font-size: 12px;
    padding: 3px 15px;
  }

  .part1 .right {
    background-size: 200px;
  }

  .title h2 {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  .title h2::after {
    height: 1px;
  }

  .title span {
    font-size: 14px;
  }

  .part3,
  .part4 {
    padding: 30px 0;
  }

  .part3 .nav {
    margin: 15px 0;
  }

  .part4 {
    background: #eee;
  }

  #honor {
    margin-top: 20px;
  }


  #honor ul li h3 {
    font-size: 12px;
  }

  .part4 .but {
    margin-top: 20px;
  }

  .part4 .but span {
    width: 30px;
    height: 20px;
  }

  .par6_main ul li .left .bot .time,
  .par6_main .but {
    display: none;
  }

  .par6_main ul li .left .img {
    width: 100%;
    height: 190px;
    margin: 0;
  }

  .par6_main ul li .right .list {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .par6_main ul li .right .list .con h3 {
    line-height: 14px;
  }

  .par6_main ul li .left .bot .con h3 a,
  .par6_main ul li .right .list .con h3 a {
    font-size: 14px;
  }

  .par6_main ul li .left .bot .con .desc {
    font-size: 12px;
    margin-top: 0;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .par6_main ul li .right .list .con .desc {
    font-size: 12px;
    line-height: 25px;
    margin-top: 0;
  }

  .par6_main ul li .left .bot {
    margin-top: 10px;
  }

  .par6_main ul li .left .bot .con a.more {
    display: none;
  }

  .par6_main ul li .right .list {
    justify-content: space-between;
  }

  .par6_main ul li .right .list .time {
    margin-right: 10px;
    width: 50px;
  }

  .par6_main ul li .right .list .time {
    font-size: 18px;
  }

  .par6_main ul li .right .list .time span {
    font-size: 14px;
  }

  .footer {
    padding: 15px 0;
    border-top: 1px solid #009944;
  }

  .footer .logo {
    width: 30%;
    margin: 0;
  }

  .footer .ewm {
    width: max-content
  }

  .footer .nav {
    display: none;
  }

  .footer .page {
    padding: 0 20px;
    flex-direction: inherit;
    justify-content: space-between;
    align-items: center;
  }

  .footer .ewm .ewmMain span img {
    width: 70px;
  }

  .footer .ewm h2,
  .part5 {
    display: none;
  }

  .footer .ewm p {
    font-size: 12px;
  }

  .copyright {
    font-size: 12px;
    padding: 10px 0;
  }

  .part6 {
    padding: 30px 0;
  }

  .par6_main {
    margin-top: 20px;
  }

  .proMo_Nav {
    position: absolute;
    width: 100%;
    background: #fff;
    display: none;
  }

  .proMo_Nav ul li {
    height: 50px;
    border-bottom: 1px solid #eee;
  }

  .proMo_Nav ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #333;
    padding-left: 20px;
  }

  #honor ul li .img {
    padding: 10px;
    height: 130px;
    margin-bottom: 10px;
  }

  .showAbout {
    padding-top: 20px;
  }

  .showAbout .title h2 {
    font-size: 20px;
  }

  .showAbout .title span {
    font-size: 14px;
  }

  .about1 {
    padding-bottom: 20px;
  }

  .about1 .left .con {
    font-size: 12px;
    padding: 0;
    line-height: 25px;
  }

  .about2 {
    padding: 0;
  }

  .about2 .main ul {
    flex-direction: column;
  }

  .about2 .main ul li .hide h3,
  .about2 .main ul li>h3 {
    font-size: 16px;
  }

  .about2 .main ul li .hide {
    padding: 0;
  }

  .about2 .main ul li .hide h3 {
    padding: 0;
    margin-bottom: 10px;
  }

  .about2 .main {
    margin-top: 20px;
  }

  .about2 .main ul li .hide h3::after {
    display: none;
  }

  .about2 .main ul li .hide .desc {
    font-size: 12px;
    line-height: 20px;
  }



  .about4 .main {
    padding-top: 20px;
  }

  .about4 .main ul li {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
  }

  .about4 .main ul li:nth-child(2n) {
    margin: 0;
  }

  .about4 .main ul li .con h3 {
    font-size: 15px;
  }

  .about4 .main ul li .con .desc {
    font-size: 12px;
    line-height: 20px;
  }

  .about4 .main ul li .icon {
    width: 50px;
    height: 50px;
  }

  .about4 .main ul li:nth-last-child(-n+2) {
    padding-bottom: 20px;
  }

  .about4 {
    padding: 30px 0;
  }

  .met-product-list .proNav ul li {
    font-size: 14px;
    height: 40px;
  }

  .met-product-list .proShow>ul {
    display: flex;
    justify-content: space-between;
  }



  .met-product-list .proShow>ul li:nth-child(4n) {
    margin-right: 0;
  }

  .met-product-list .proShow>ul li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .met-product-list .proShow>ul li .img {
    height: 128px;
  }

  .met-product-list .proShow>ul li h3 {
    font-size: 14px;
    line-height: 40px;
  }

  .met-showproduct .page {
    flex-direction: column;
  }

  .met-showproduct .met-showproduct-head .col-lg-5 .product-intro h1 {
    font-size: 16px;
  }

  .met-showproduct.pagetype1 .met-showproduct-head .product-intro p.description {
    font-size: 14px;
  }

  .imgShow>ul {
    justify-content: space-between;
  }

  .imgShow>ul li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .imgShow>ul li .img {
    height: 120px;
  }

  .imgShow>ul li h3 {
    font-size: 14px;
    line-height: 35px;
  }

  /* .metNews .page>ul {
    justify-content: space-between;
  }

  .metNews .page>ul li {
    width: 49%;
    margin-right: 0;
  }

  .metNews .page>ul li .img {
    height: 98px;
  }

  .metNews .page>ul li .con {
    padding: 5px;
  }

  .metNews .page>ul li .con h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .metNews .page>ul li .con span {
    font-size: 12px;
  } */

  .showNav ul {
    flex-wrap: wrap;
  }

  .showNav ul li {
    padding-right: 10px;
    margin-right: 10px;
    padding: 0;
  }

  .showNav ul li::after {
    display: none;
  }

  .showNav ul li a {
    font-size: 12px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
  }

  .met-showimg .met-showimg-body .showTitle {
    padding: 15px;
  }

  .met-showimg .met-showimg-body .showTitle h3 {
    font-size: 16px;
  }

  .met-showimg .met-showimg-body .details-title {
    padding: 15px;
  }


  .met-showimg .met-showimg-body .details-title h1 {
    font-size: 16px;
  }

  .metJob .page>ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .metJob .page>ul li .con h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .metJob .page>ul li .img a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .met-showproduct-body .col-lg-3 {
    display: none;
  }

  #moBanner {
    display: block;
  }

  #moBanner ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #moBanner ul li p {
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
  }

  #pcBanner {
    display: none;
  }

  #moBanner img {
    width: 100%;
  }

  .part2 {

    height: 200px;
  }

  .metNews>.page>ul>li .con h3 a {
    font-size: 16px;
  }

  .crumbs {
    font-size: 13px;
    padding: 10px;
  }
}